From: Lars Ingebrigtsen Date: Mon, 24 Jan 2022 19:02:26 +0000 (+0100) Subject: Add NEWS entry for term-clear-full-screen-programs X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~3216 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ee0848171262f7fc693b18e4bf04e9f9c98d1e88;p=emacs.git Add NEWS entry for term-clear-full-screen-programs --- diff --git a/etc/NEWS b/etc/NEWS index 7d1400d7c80..46a734e8546 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -92,6 +92,13 @@ time. * Incompatible changes in Emacs 29.1 +--- +** New user option 'term-clear-full-screen-programs'. +By default, term will now work like most terminals when displaying +full-screen programs: When they exit, the output is cleared, leaving +what was displayed in the window before the programs started. Set +this user option to nil to revert back to the old behavior. + --- ** Support for old EIEIO functions is not autoloaded any more. You need an explicit '(require 'eieio-compat)' to use 'defmethod'